home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / forth / pfe-0.000 / pfe-0 / pfe-0.9.13 / benchm.res next >
Encoding:
Text File  |  1995-07-16  |  5.6 KB  |  150 lines

  1. All results with pfe compiled by the C-compiler as noted with the
  2. best applicable optimization.
  3. With gcc this usually means:    -DUSE_REGS -O2 -fomit-frame-pointer
  4. And on some machines:        -DUNROLL_NEXT
  5.  
  6.  
  7. IBM PS/2 (16 MHz 386 DX) AIX 1.2, gcc 2.3.3
  8. -------------------------------------------
  9. RUNNING `BENCHMARK': 1899 Primes   TOOK 14399 ms
  10. RUNNING `SIMPLE':                  TOOK  5449 ms
  11. RUNNING `OUTER':                   TOOK 14749 ms
  12. RUNNING `25 FIB':    75025         TOOK 11516 ms
  13. RUNNING `SEARCHSP':                TOOK 32215 ms
  14.  
  15.  
  16. Intel 486DX33, FreeBSD-2.0-RELEASE
  17. ----------------------------------
  18. RUNNING `BENCHMARK': 1899 Primes   TOOK  1500 ms 
  19. RUNNING `SIMPLE':                  TOOK   695 ms 
  20. RUNNING `OUTER':                   TOOK  1679 ms 
  21. RUNNING `25 FIB':    75025         TOOK  1296 ms 
  22. RUNNING `SEARCHSP':                TOOK  3171 ms 
  23.  
  24.  
  25. IBM RS/6000, AIX 3.2, cc -O3
  26. ----------------------------
  27. RUNNING `BENCHMARK': 1899 Primes   TOOK  1480 ms 
  28. RUNNING `SIMPLE':                  TOOK   670 ms 
  29. RUNNING `OUTER':                   TOOK  1700 ms 
  30. RUNNING `25 FIB':    75025         TOOK  1220 ms 
  31. RUNNING `SEARCHSP':                TOOK  1440 ms 
  32.  
  33. IBM RS/6000, AIX 3.2, gcc
  34. -------------------------
  35. RUNNING `BENCHMARK': 1899 Primes   TOOK   980 ms 
  36. RUNNING `SIMPLE':                  TOOK   470 ms 
  37. RUNNING `OUTER':                   TOOK  1130 ms 
  38. RUNNING `25 FIB':    75025         TOOK   800 ms 
  39. RUNNING `SEARCHSP':                TOOK  1740 ms 
  40.  
  41.  
  42. AMD 486DX2/80, OS/2 Warp, Watcom C 9.5, options /omaxnet /5r /zp4
  43. -----------------------------------------------------------------
  44. RUNNING `BENCHMARK': 1899 Primes   TOOK  1250 ms
  45. RUNNING `SIMPLE':                  TOOK   470 ms
  46. RUNNING `OUTER':                   TOOK  1290 ms
  47. RUNNING `25 FIB':    75025         TOOK  1000 ms
  48. RUNNING `SEARCHSP':                TOOK  2560 ms
  49.  
  50. AMD 486DX2/80, OS/2 Warp, gcc
  51. -----------------------------
  52. RUNNING `BENCHMARK': 1899 Primes   TOOK   650 ms
  53. RUNNING `SIMPLE':                  TOOK   280 ms
  54. RUNNING `OUTER':                   TOOK   720 ms
  55. RUNNING `25 FIB':    75025         TOOK   630 ms
  56. RUNNING `SEARCHSP':                TOOK  1160 ms
  57.  
  58. AMD 486DX2/80, Linux, gcc
  59. -------------------------
  60. RUNNING `BENCHMARK': 1899 Primes   TOOK   630 ms 
  61. RUNNING `SIMPLE':                  TOOK   280 ms 
  62. RUNNING `OUTER':                   TOOK   690 ms 
  63. RUNNING `25 FIB':    75025         TOOK   550 ms 
  64. RUNNING `SEARCHSP':                TOOK   880 ms 
  65.  
  66.  
  67. Pentium 66 MHz, NeXTstep, cc -O2 -fomit-frame-pointer
  68. -----------------------------------------------------
  69. RUNNING `BENCHMARK': 1899 Primes   TOOK  1156 ms 
  70. RUNNING `SIMPLE':                  TOOK   406 ms 
  71. RUNNING `OUTER':                   TOOK  1312 ms 
  72. RUNNING `25 FIB':    75025         TOOK   953 ms 
  73. RUNNING `SEARCHSP':                TOOK  1875 ms 
  74.  
  75. Pentium 66 MHz, NeXTstep, gcc
  76. -----------------------------
  77. RUNNING `BENCHMARK': 1899 Primes   TOOK   687 ms 
  78. RUNNING `SIMPLE':                  TOOK   265 ms 
  79. RUNNING `OUTER':                   TOOK   765 ms 
  80. RUNNING `25 FIB':    75025         TOOK   593 ms 
  81. RUNNING `SEARCHSP':                TOOK  1718 ms 
  82.  
  83.  
  84. HP 9000/43S, HP-UX B.08.00 A, c89 -O
  85. ------------------------------------
  86. RUNNING `BENCHMARK': 1899 Primes   TOOK  2340 ms 
  87. RUNNING `SIMPLE':                  TOOK  1080 ms 
  88. RUNNING `OUTER':                   TOOK  2720 ms 
  89. RUNNING `25 FIB':    75025         TOOK  1940 ms 
  90. RUNNING `SEARCHSP':                TOOK  3780 ms 
  91.  
  92. HP 9000/43S, HP-UX B.08.00 A, gcc -O2 -fomit-frame-pointer -DUSE_REGS
  93. ---------------------------------------------------------------------
  94. RUNNING `BENCHMARK': 1899 Primes   TOOK  1460 ms 
  95. RUNNING `SIMPLE':                  TOOK   580 ms 
  96. RUNNING `OUTER':                   TOOK  1600 ms 
  97. RUNNING `25 FIB':    75025         TOOK  1180 ms 
  98. RUNNING `SEARCHSP':                TOOK  3700 ms 
  99.  
  100.  
  101. HP 9000/735, HP-UX A.09.05 A, c89 -O
  102. ------------------------------------
  103. RUNNING `BENCHMARK': 1899 Primes   TOOK  1370 ms 
  104. RUNNING `SIMPLE':                  TOOK   550 ms 
  105. RUNNING `OUTER':                   TOOK  1510 ms 
  106. RUNNING `25 FIB':    75025         TOOK  1190 ms 
  107. RUNNING `SEARCHSP':                TOOK   560 ms 
  108.  
  109. HP 9000/735, HP-UX A.09.05 A, gcc
  110. ---------------------------------
  111. RUNNING `BENCHMARK': 1899 Primes   TOOK   720 ms 
  112. RUNNING `SIMPLE':                  TOOK   320 ms 
  113. RUNNING `OUTER':                   TOOK   810 ms 
  114. RUNNING `25 FIB':    75025         TOOK   560 ms 
  115. RUNNING `SEARCHSP':                TOOK   600 ms 
  116.  
  117.  
  118. DECstation 5000/260, cc -O2
  119. ---------------------------
  120. RUNNING `BENCHMARK': 1899 Primes   TOOK   703 ms
  121. RUNNING `SIMPLE':                  TOOK   394 ms
  122. RUNNING `OUTER':                   TOOK   925 ms
  123. RUNNING `25 FIB':    75025         TOOK   578 ms
  124. RUNNING `SEARCHSP':                TOOK   624 ms
  125.  
  126. DECstation 5000/260, gcc
  127. ------------------------
  128. RUNNING `BENCHMARK': 1899 Primes   TOOK   464 ms 
  129. RUNNING `SIMPLE':                  TOOK   210 ms 
  130. RUNNING `OUTER':                   TOOK   484 ms 
  131. RUNNING `25 FIB':    75025         TOOK   382 ms 
  132. RUNNING `SEARCHSP':                TOOK  1480 ms
  133.  
  134.  
  135. DEC 3000, Alpha at 175 MHz, OSF/1 V2.1, cc -O2
  136. ----------------------------------------------
  137. RUNNING `BENCHMARK': 1899 Primes   TOOK   716 ms 
  138. RUNNING `SIMPLE':                  TOOK   316 ms 
  139. RUNNING `OUTER':                   TOOK   799 ms 
  140. RUNNING `25 FIB':    75025         TOOK   566 ms 
  141. RUNNING `SEARCHSP':                TOOK   616 ms
  142.  
  143. DEC 3000, Alpha at 175 MHz, OSF/1 V2.1, gcc
  144. -------------------------------------------
  145. RUNNING `BENCHMARK': 1899 Primes   TOOK   349 ms 
  146. RUNNING `SIMPLE':                  TOOK   133 ms 
  147. RUNNING `OUTER':                   TOOK   383 ms 
  148. RUNNING `25 FIB':    75025         TOOK   283 ms 
  149. RUNNING `SEARCHSP':                TOOK   716 ms 
  150.